Ramen is a mock socket server which use CLI to interact with clients.
npm install -g ramen
Once you've installed ramen globally, or installed Ramen locally but linked to it.
You may use Ramen
to start Ramen console.
ramen // or "ngx ramen" if you've install Ramen locally.
and When you opened Ramen console, you may start using Ramen's commands:
Ramen> .create
Ramen> Server server1 is listening to port 5000
Ramen> .list servers
NAME PORT CLIENTS
server1 5000 0
Ramen>
- .create, .crt
- .list, .ls
- .focus, .fcs
- .unfocus
- .send, .s
- .broadcast
- .close, .cls
- .shutdown
- .--help, .h