Skip to content

BetaSummer/Hi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hi

Build Status Open Source Love

The chat room based on socket.io

Make Dev

.1) First clone 'Hi' to the local:

git clone https://github.com/BetaSummer/Hi.git

2.) Then install dependences:

npm install

3.) Finall Run it & Access service:

①:Before

修改 assets/js/script.js 中第二行:

var socket = io.connect('http://{你的主机IP}:3000/group-chat');

主机IP最好填你电脑在局域网中的IP(比如:192.168.1.100),这样方便其他设备的调试,若填 localhost127.0.0.1 只在主机上调试了...

②:Run

npm run dev

③:Access

http://127.0.0.1:3000/hi

Contribution

More on issue

开发记录,详见 wiki

License

MIT