317-project 中文文档教程

发布于 9年前 浏览 25 更新于 3年前

 ,-----.,--.                  ,--. ,---.   ,--.,------.  ,------.
'  .--./|  | ,---. ,--.,--. ,-|  || o   \  |  ||  .-.  \ |  .---'
|  |    |  || .-. ||  ||  |' .-. |`..'  |  |  ||  |  \  :|  `--, 
'  '--'\|  |' '-' ''  ''  '\ `-' | .'  /   |  ||  '--'  /|  `---.
 `-----'`--' `---'  `----'  `---'  `--'    `--'`-------' `------'
----------------------------------------------------------------- 

欢迎使用 Cloud9 IDE 上的 Node.js 项目!

这个聊天示例展示了如何将 socket.io 与静态 express 服务器一起使用。

Running the server

1) 打开 server.js 并通过单击顶部菜单中的“运行”按钮启动应用程序。

2) 或者,您可以从终端启动应用程序:

$ node server.js

服务器运行后,以“https://projectname-username.c9.io/”的形式打开项目。 输入姓名时,请注意用户列表(左侧)的更新。 一旦您按下 Enter 或 Send,该消息就会与所有连接的客户端共享。

 ,-----.,--.                  ,--. ,---.   ,--.,------.  ,------.
'  .--./|  | ,---. ,--.,--. ,-|  || o   \  |  ||  .-.  \ |  .---'
|  |    |  || .-. ||  ||  |' .-. |`..'  |  |  ||  |  \  :|  `--, 
'  '--'\|  |' '-' ''  ''  '\ `-' | .'  /   |  ||  '--'  /|  `---.
 `-----'`--' `---'  `----'  `---'  `--'    `--'`-------' `------'
----------------------------------------------------------------- 

Welcome to your Node.js project on Cloud9 IDE!

This chat example showcases how to use socket.io with a static express server.

Running the server

1) Open server.js and start the app by clicking on the "Run" button in the top menu.

2) Alternatively you can launch the app from the Terminal:

$ node server.js

Once the server is running, open the project in the shape of 'https://projectname-username.c9.io/'. As you enter your name, watch the Users list (on the left) update. Once you press Enter or Send, the message is shared with all connected clients.

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文