Code Monkey home page Code Monkey logo

libev-examples's Introduction

libev Echo Client / Server

A collection of simple examples for libev.

Please fork and contribute.

Usage

The working examples so far consist of Unix Socket echo server and echo client.

unix socket

I'm awaiting confirmation from veterans on the libev mailing list that this is done, in fact, the right way(TM).

These should be very easily adaptable with some very very simple cut/paste action to produce a TCP example echo server.

You should be able to make them and then type on the console and see that the data does go back and forth.

make unix-echo-server unix-echo-client

In terminal A:

./unix-echo-server

Then type away in terminal B:

./unix-echo-client

Note: Opening the client and server in reverse order won't work.

For testing and for reference, compatible servers written for Node.JS are provided.

udp socket

If I understand it correctly, it may be that This example is not actually taking advantage of any of the features of libev. I grabbed it from the mailing list and I think it just wraps blocking code in libev.

  • makethe udp-echo binary
  • start the udp-echo server in one terminal
  • test that you can see the open port 3333 in another
  • test that you see when udp.js connets by the message in the first terminal

Expected procedure and results:

$ make udp-echo && ./udp-echo
cc -Wall -Werror -lev -o udp-echo udp-echo.c
udp_echo server started...


$ netstat -lau | grep 3333
udp        0      0 *:3333                  *:*

$ node udp.js
# this show up on the server window
udp socket has become readable

Installing libev

sudo apt-get install libev libev-dev

libev-examples's People

Contributors

kpy3 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.