1.2.2 • Published 4 years ago

alligator v1.2.2

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

alligator

Multi Protocol RPC Gateway for node.js

Travis

Work in progress !!!

Futures:

  • Establish bidirectional connections between clients through firewalls using low-level protocols TCP, WS, UTP
  • Provide or call write and read actions (streams, promises, async functions).
  • Central authentication and assignment of rights with groups
  • Address book with all connected connections and Actions so the alligator client can provide load balancing.
  • Forwards invocation of Streams Promises and Async functions to the Alligator with the connection to the desired client.
  • Command line interface

At least two connected alligator servers are required for the alligator system to work.

Example of commands for deployment to two servers

Server 1

npm install -g alligator
alligator start --logLevel 6 --listen "shs+tcp://[::]:81" --listen "shs+ws://[::]:80" 
alligator friends.put server2Id

Server 2

npm install -g alligator
alligator start --logLevel 6 --listen "shs+tcp://[::]:81" --listen "shs+ws://[::]:80" --bootstrap "shs+ws://Server1PublicKey@IPServer1:80"
// Test command
alligator lb.groups.ls lb.addrs lb.protoNames

Run client

npm install -g alligator
node bin run --bootstrap  "shs+ws://Server1PublicKey@IPServer1:80"

The admin interface is located at http://alligator.is.

License

MIT

1.2.2

4 years ago

1.2.0

4 years ago

1.1.5

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

0.9.4

4 years ago

0.9.2

4 years ago

0.9.0

5 years ago

0.8.9

5 years ago

0.8.8

5 years ago

0.8.7

5 years ago

0.8.6

5 years ago

0.8.4

6 years ago

0.8.3

6 years ago

0.8.0

6 years ago

0.6.18

6 years ago

0.6.17

6 years ago

0.6.16

6 years ago

0.6.15

6 years ago

0.6.14

6 years ago

0.6.13

6 years ago

0.6.12

6 years ago

0.6.11

6 years ago

0.6.10

6 years ago

0.6.9

6 years ago

0.6.8

6 years ago

0.6.7

6 years ago

0.6.6

6 years ago

0.6.5

6 years ago

0.6.4

6 years ago

0.6.3

6 years ago

0.6.2

6 years ago

0.6.1

6 years ago

0.6.0

6 years ago

0.5.0

6 years ago

0.4.1

6 years ago

0.4.0

6 years ago

0.3.13

6 years ago

0.3.12

6 years ago

0.3.11

7 years ago

0.3.10

7 years ago

0.3.5

7 years ago

0.3.4

7 years ago

0.3.2

7 years ago

0.3.0

8 years ago

0.2.14

8 years ago

0.2.13

8 years ago

0.2.12

8 years ago

0.2.11

8 years ago

0.2.10

8 years ago

0.2.9

8 years ago

0.2.8

8 years ago

0.2.6

8 years ago

0.2.5

8 years ago

0.2.4

8 years ago

0.2.3

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

9 years ago

1.0.1

9 years ago

0.0.1

11 years ago