An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

[![Tsoding](https://img.shields.io/badge/twitch.tv-tsoding-purple?logo=twitch&style=for-the-badge)](https://www.twitch.tv/tsoding)
[![Build Status](https://travis-ci.org/tsoding/wassm.svg?branch=master)](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`.