Giter Site home page Giter Site logo

mywebsocket's Introduction

简单的一个websocket例子,当在浏览器打开一个窗口时建立websocket连接,关闭时删除websocket连接,后台有一个死循环,可以实现主动向前端推送消息。
需要注意的是如果使用tomcat启动需要自己添加servlet-api.jar。

websocket开启的端口是8888,项目启动以后过30s会向前台推消息,之后每隔5s推送一次,
消息内容是当前的系统时间。

项目启动以后访问http://localhost:port/mywebsocket/TestServlet可以看到推送的消息,
或者使用http://www.blue-zero.com/WebSocket/提供的websocket在线测试工具,输入
ws://localhost:8888也可以查看推送的消息。

mywebsocket's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.