Coder Social home page Coder Social logo

Websocket support about asio HOT 2 CLOSED

chriskohlhoff avatar chriskohlhoff commented on June 14, 2024
Websocket support

from asio.

Comments (2)

martinknafve avatar martinknafve commented on June 14, 2024

You seem to have misunderstood the purpose of Asio. Asio does not implement protocols such as HTTP. Asio is a C++ library for network and low-level I/O programming. Developers can use it to implement things such as a HTTP server with Websocket support, but there's nothing like that in Asio.

There are some basic examples on how a very simple web server could be created using Asio (maybe this is what confused you) in the documentation, but HTTP (and hence Websockets) are far outside the scope of Asio.

from asio.

chriskohlhoff avatar chriskohlhoff commented on June 14, 2024

Closing as out-of-scope for Asio.

from asio.

Related Issues (20)

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.