0.4.62 • Published 2 years ago

@starbase/starbase v0.4.62

Weekly downloads
2
License
MIT
Repository
github
Last release
2 years ago

Starbase

Starbase Core Libraries

This project provides the Starbase Core Libaries for Node.js and the Web in a single package. Please refer to the Starbase Alpha Manual for links to documentation for using each of the Starbase Libraries.

Adding Starbase to your Project

On the Web

<script src="/path/to/starbase.min.js"></script>

On the Web via jsdelivr CDN

<script src="https://cdn.jsdelivr.net/npm/@starbase/starbase"></script>

In NodeJS

npm install @starbase/starbase

Using Starbase

on the Web using starbase.min.js:

const starbase = Starbase();

const Database = starbase.Database;
const Memstore = starbase.Memstore;
const Channels = starbase.Channels;
const Client = starbase.Client;
const theRules = starbase.theRules;
const Auth = starbase.Auth;
const Admin = starbase.Admin;
const Profiles = starbase.Profiles;
const Files = starbase.Files;
const Socket = starbase.Socket;
const Realtime = starbase.Realtime;
const Cryptic = starbase.Cryptic;
const CryptoDB = starbase.CryptoDB;
const Encryption = starbase.Encryption;
const Topics = starbase.Topics;
const Push = starbase.Push;

in Node.js using @starbase/starbase:

const Starbase = require('@starbase/starbase');
const starbase = Starbase();

const Database = starbase.Database;
const Memstore = starbase.Memstore;
const Channels = starbase.Channels;
const Client = starbase.Client;
const Starfire = starbase.Starfire;
const theRules = starbase.theRules;
const Auth = starbase.Auth;
const Admin = starbase.Admin;
const Profiles = starbase.Profiles;
const Files = starbase.Files;
const Socket = starbase.Socket;
const Realtime = starbase.Realtime;
const Cryptic = starbase.Cryptic;
const CryptoDB = starbase.CryptoDB;
const Encryption = starbase.Encryption;
const Topics = starbase.Topics;
const Push = starbase.Push;
const Pages = starbase.Pages;

More Information

Manuals

Author

Hi, my name is Mike. Thanks for taking an interest in my work.

0.4.62

2 years ago

0.4.60

2 years ago

0.4.61

2 years ago

0.4.59

2 years ago

0.4.58

2 years ago

0.4.53

2 years ago

0.4.54

2 years ago

0.4.52

2 years ago

0.4.57

2 years ago

0.4.55

2 years ago

0.4.56

2 years ago

0.4.31

2 years ago

0.4.30

2 years ago

0.4.29

2 years ago

0.4.51

2 years ago

0.4.50

2 years ago

0.4.28

3 years ago

0.4.27

3 years ago

0.4.26

4 years ago

0.4.25

4 years ago

0.4.24

4 years ago

0.4.23

4 years ago

0.4.22

4 years ago

0.4.21

4 years ago

0.4.20

4 years ago

0.4.19

4 years ago

0.4.17

4 years ago

0.4.18

4 years ago

0.4.15

4 years ago

0.4.16

4 years ago

0.4.13

4 years ago

0.4.14

4 years ago

0.4.12

4 years ago

0.4.11

4 years ago

0.4.9

4 years ago

0.4.8

4 years ago

0.4.10

4 years ago

0.4.7

4 years ago

0.4.6

4 years ago

0.4.5

4 years ago

0.4.4

4 years ago

0.4.3

4 years ago

0.4.2

4 years ago

0.4.1

4 years ago

0.4.0

4 years ago

0.3.19

4 years ago

0.3.18

4 years ago

0.3.17

5 years ago

0.3.16

5 years ago

0.3.15

5 years ago

0.3.14

5 years ago

0.3.13

5 years ago

0.3.12

5 years ago

0.3.11

5 years ago

0.3.10

5 years ago

0.3.9

5 years ago

0.3.8

5 years ago

0.3.7

5 years ago

0.3.6

5 years ago

0.3.5

5 years ago

0.3.4

5 years ago

0.3.3

5 years ago

0.3.2

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.18

5 years ago

0.2.17

5 years ago

0.2.16

5 years ago

0.2.15

5 years ago

0.2.14

5 years ago

0.2.13

5 years ago

0.2.12

5 years ago

0.2.11

5 years ago

0.2.10

5 years ago

0.2.9

5 years ago

0.2.8

5 years ago

0.2.7

5 years ago

0.2.6

5 years ago

0.2.5

5 years ago

0.2.4

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.13

5 years ago

0.0.12

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago