https://github.com/tsoding/wassm
Web framework for x86_64 nasm
https://github.com/tsoding/wassm
assembly hacktoberfest hacktoberfest2020 linux nasm webframework x86-64
Last synced: about 1 month ago
JSON representation
Web framework for x86_64 nasm
- Host: GitHub
- URL: https://github.com/tsoding/wassm
- Owner: tsoding
- License: mit
- Created: 2017-09-16T14:23:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-09T03:15:38.000Z (almost 2 years ago)
- Last Synced: 2023-11-07T19:41:28.549Z (over 1 year ago)
- Topics: assembly, hacktoberfest, hacktoberfest2020, linux, nasm, webframework, x86-64
- Language: Assembly
- Homepage:
- Size: 55.7 KB
- Stars: 145
- Watchers: 6
- Forks: 13
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.twitch.tv/tsoding)
[](https://travis-ci.org/tsoding/wassm)# WASSM
**This project was created as a joke and an exercise in low level programming.**
Web framework for x86_64 nasm.
## Quick Start
```console
$ make
$ make test
$ ./src/webapp 8080
```The application serves files `./static/index.html` and `./static/main.css`.