Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 875 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 875 Bytes

Illusion

https://github.com/manhnt9/illusion

(Under development project - unmaintained - if any companies want to make this your own technology, please contact)

Illusion is a framework for creating, running, examine server

Introduction Slides

Dependencies

  • A C++14 compiler
  • Standalone asio C++ library for networking

Roadmap (v0.1.0)

  • Write basic operations: ILOperation, ILTcpOperation Done
  • ILConnectionBenchmark Done
  • ILHttpOperation Done
  • Use protobuf3 to define custom operation message Done
  • ILBenchmark for running benchmarks Done

Roadmap

  • In-progress: Re-design better codebase
  • In-progress: Document the code
  • Need more ideas: multi-process, distributed,...
  • Usage documentation