Skip to content

A TCP server framework you can customize your logical business code.

Notifications You must be signed in to change notification settings

flygoast/verben

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Avatar

Introduction

verben is a TCP server framework that you can customize your logical business code. verben is responsible for networking processing. You need not to care it.

In plugins directories, there are some plugin demos. You can refer them to write your business code.

Building & Running

  1. clone verben from github

    git clone https://github.com/flygoast/verben

  2. build verben core

    cd verben/src make && make install

  3. build plugin, e.g. echo

    cd ../plugins/echo make && make install

  4. Running verben

    cd ../../bin/ ./verben

Plugins

  • echo: Sample verben plugin implementing a echo server.
  • http: Simple HTTP server.
  • vlua: Make you be able to process your business with Lua.

Author

FengGu flygoast@126.com

About

A TCP server framework you can customize your logical business code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages