Skip to content

Latest commit

 

History

History

_example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

how to start

nutctl start

open browser: http://127.0.0.1:8002/token=token_100

requests example


# login
curl --location --request POST 'http://127.0.0.1:8001/login' \
--header 'Content-Type: application/json' \
--data-raw '{"email": "[email protected]", "password": "123456"}'

# friends

# connect websocket

# send message