Coder Social home page Coder Social logo

cwebsocket's Introduction

alt text cwebsocket

High performance websocket client/server

The goal of cwebsocket is to provide a portable, high performance websocket client/server, especially on low power embedded systems.

cwebsocket is currently in a development state. You may encounter bugs. Report them for a timely fix.

Successful tests have been conducted on the following architectures:

  1. x86
  2. x86_64
  3. ARM

cwebsocket is compliant with the following standards:

  1. ANSI C
  2. POSIX
  3. RFC 6455

Dependencies

  1. autoconf
  2. automake
  3. libtool
  4. libssl-dev
  5. libev-dev

Build

By defaults, cwebsocket is built with multi-threading and SSL support.

To build, run:

./autogen.sh
./configure
make
sudo make install

To built without multi-threading:

./configure --enable-threads=no

To build without SSL:

./configure --enable-ssl=no

Client

The websocket client is able to connect and exchange data with any RFC 6455 compliant server.

./websocket-client ws://echo.websocket.org
./websocket-client wss://echo.websocket.org

TODO

  1. More testing on various embedded devices
  2. Implement pluggable sub-protocols (socketio, WAMP, custom)
  3. Implement pluggable extensions on the client per RFC (section 9)
  4. Get a basic websocket server developed

cwebsocket's People

Contributors

jeremyhahn avatar

Watchers

 avatar  avatar

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.