web-byte

command module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 8, 2022 License: MPL-2.0 Imports: 3 Imported by: 0

README ยถ

Banner

byte-server

A Web-Server utility written in Golang.

Contents

Installation ๐Ÿ’พ

The project can either be used as a package and be imported into programs like so:

// For the source:
import "github.com/NovusEdge/web-byte/src"

// For the server handlers:
import "github.com/NovusEdge/web-byte/src"

Alternatively, this repository can be cloned for server code generation or directly running webbyte.go to create the web server.

user@machine$ git clone https://github.com/NovusEdge/web-byte.git
user@machine$ cd web-byte
user@machine$ bash setup/setup.bash

# Run the program directly
user@machine$ go run webbyte.go

# Or build it and run it directly
user@machine$ go builf webbyte.go && ./webbyte

NOTE: The CLI for code generation is currently under development.

Usage ๐Ÿ“–

The complete usage information, along with documentation can be found in the project wiki

License ๐Ÿ“œ

This project is licensed under the Mozilla Public License v2.0. For more details check the LICENSE file

Documentation ยถ

The Go Gopher

There is no documentation for this package.

Directories ยถ

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL