1.0.3 ā€¢ Published 4 years ago

@cuillere/envelope v1.0.3

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
4 years ago

@cuillere/envelope šŸ„„šŸ“Ø

@cuillere/envelope is a rewrite of @tgirier/envelope in NodeJS, šŸ™ thanks to @tgirier for his original work.

Envelope is a basic chat server using TCP websockets, which broadcasts messages to all connected users.

@cuillere/envelope is an example project of using @cuillere/channels.

Usage

Run @cuillere/envelope using npx:

$ npx @cuillere/envelope
2020-10-20 12:08:44 info Listening on localhost:8080

Use HOST and PORT environment variables to configure the address of the server:

$ HOST=192.168.1.1 PORT=1234 npx @cuillere/envelope
2020-10-20 12:24:00 info Listening on 192.168.1.136:1234

Author

šŸ‘¤ Nicolas Lepage

Show your support

Give a ā­ļø if this project helped you!

šŸ“ License

Copyright Ā© 2020 CuillereJS. This project is Apache-2.0 licensed.

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

1.0.0-alpha.2

4 years ago

1.0.0-alpha.1

4 years ago