Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chronos-tachyon/mojo
A toolkit for C++ Bazel users
https://github.com/chronos-tachyon/mojo
Last synced: about 1 month ago
JSON representation
A toolkit for C++ Bazel users
- Host: GitHub
- URL: https://github.com/chronos-tachyon/mojo
- Owner: chronos-tachyon
- License: mit
- Created: 2016-12-01T17:59:15.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-24T03:52:53.000Z (over 7 years ago)
- Last Synced: 2024-08-05T03:01:50.028Z (3 months ago)
- Language: C++
- Homepage: https://mojo.tools/
- Size: 710 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-bazel - Mojo
README
# mojo
Mojo is a toolkit for C++ [Bazel](https://bazel.build/) users. The long-term
goal is for Mojo to be for C++ what the Python or Go standard libraries are for
their respective languages. The immediate focus for early versions of Mojo is
to build the infrastructure for network servers powered by asynchronous
event-driven dispatch. This will eventually include a basic but standards
compliant HTTP/1.1 and HTTP/2.0 web server library.While Mojo is original code, it takes inspiration from a number of sources:
* The C++ codebase at a previous employer
* The [Go standard library](https://golang.org/pkg/)
* The [Python standard library](https://docs.python.org/3/library/index.html)The full documentation is at [mojo.tools](https://mojo.tools/).