Giter Site home page Giter Site logo

xygithub2023 / gosimple-webapp Goto Github PK

View Code? Open in Web Editor NEW

This project forked from stonecomes/gosimple-webapp

0.0 0.0 0.0 45 KB

Auto created by ServiceStage!

Home Page: https://github.com/servicestage-demo/Gosimple-Webapp

License: MIT License

Go 37.95% CSS 22.79% HTML 36.02% Dockerfile 3.24%

gosimple-webapp's Introduction

Go web application

Language Framework Platform
Go NA ServiceStage Web App, CCE Cluster

This sample code helps get you started with a simple Go web application deployed by ServiceStage WebApp to a CCE Cluster.

This sample includes:

  • README.md
  • License.md
  • Dockerfile - config file for building docker image
  • main.go - main source file including the main entrypoint
  • static - this directory contains static web page files

Getting Started

Clone your code repository and start developing your application on IDE of your choice

  1. Install Go SDK and set GOROOT and GOPATH environment. See https://golang.org/doc/install for details.

  2. Change to source file directory and build the application.

     $ go build -o main
    
  3. Run executable binary file 'main' to start HTTP server.

     $ ./main &
    
  4. Open http://{Server-IP}:8080/ in a web browser to view your application.

if you want to deploy the sample code on servicestage, View your CI/CD pipeline and service stack on ServiceStage and customize it as per your needs

License:

See LICENSE.

Contributing

gosimple-webapp's People

Contributors

stonecomes avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.