1.1.20 • Published 5 years ago

beano-client v1.1.20

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

Beano Node.js Client

npm version

NPM module beano-client to interact with the Django backend for Beano.

Chat Server

There is now a simple chat server binded to https://beano.app:1337 listening for messages. Currently the server supports only one group chat like feature. So first lets implement that into the Beano app then continue with the rest.

So for the client sided connections you'd need to start a thread with a bind to the socket mentioned above. I've created a class for it to do that. So first you'd:

const client = new ClientChat();
1.1.20

5 years ago

1.1.19

5 years ago

1.1.17

5 years ago

1.1.16

5 years ago

1.1.15

5 years ago

1.1.14

5 years ago

1.1.13

5 years ago

1.1.12

5 years ago

1.1.11

5 years ago

1.1.10

5 years ago

1.1.9

5 years ago

1.1.8

5 years ago

1.1.7

5 years ago

1.1.6

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago