0.0.9 • Published 9 months ago

rsa-im v0.0.9

Weekly downloads
-
License
-
Repository
github
Last release
9 months ago

Simple RSA-HTTP Chat

Roadmap 👈

npm.io

How to play?

# Option #1: Install from npm
npm i -g rsa-im

# Option #2: Install from source
git clone git@github.com:fritx/rsa-im.git
cd rsa-im
npm install
npm link

# Play with offical host
rsa-im
>> Signing up... username:

Host your own server?

npm install

# server
PORT=3008 node server
>> Listening at http://localhost:3008/

# client
SERVER_URL=http://localhost:3008 node client
>> Signing up... username:

Available Hosts

URLDescription
https://fritx.me/im/Official (Default)
https://......
https://......
https://......
0.0.9

9 months ago

0.0.8

9 months ago

0.0.7

9 months ago

0.0.6

9 months ago

0.0.5

9 months ago

0.0.4

9 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago

0.0.0

9 months ago