因为自己对web开发比较感兴趣,所以最近抽空在写一本开源的书籍《Go Web编程》《build web application with golang》。写这本书不表示我能力很强,而是我愿意分享,和大家一起分享Go写web应用的一些东西。 对于从php/python/ruby转过来的同学了解go怎么写web应用开发的 对于从c/c++转过来的同学了解web到底是怎么运行起来的 我一直认为知识是用来
,-----. ,--. ,--. ,------. ,--. ,--. ,--. ,--. ,------. ,--------. | |) /_ | ,'.| | | .-. \ \ `.' / | ,'.| | | .---' '--. .--' | .-. \ | |' ' | | | \ : '. /
ELOG 电子网络日志是一个电子航海日志的Web界面。它可用于维持个人或共用航海日志,有能力购买附件日志页。日志条目可分为与用户定义的类别,并询问使用过滤 器对这些课程。自动电子邮件通知可以生成新的项目的基础上班。该ELOG服务器是一个小型的独立的C程序,它运行在Linux和Windows 。没有其它软件包是必需的。该日志被保存在普通的ASCII文件,方便和快速存取。
web-starter-kit-extras(Web Starter Kit Extras) 能够在 Web Starter Kit (WSK )中添加不属于 WSK 主库的服务或者是配置相关的 Web 服务,比如:Web 服务器配置。
This repo is no longer maintained but the idea of having up to date exampleapps is still something I'm actively working on. All of the examples from this repo (and more) have been moved into their own
Koa-React-Notes-Web This is a simple SPA built using Koa as the backend, Vue as the first frontend, and React as the second frontend. Frontend Vue GitHub Frontend Vue Demo Frontend React GitHub Fronte
chinese-dos-games-web Source code of https://dos.zczc.cz Usage 下载 Flask $ pip3 install flask 下载游戏文件 在根目录下执行 $ git submodule update --init --recursive --remote && python3 ./static/games/download_data.p
React Material Components Web React wrapper of Material Components Web Under Active Development The project is under active development. Every updates can contain breaking changes before 0.2.0. We do
Progressive Web Application A demo for progressive web application with features like offline, push notifications, background sync etc, Live Installation Step 1 - clone the repo $ git clone https://gi
Full Stack Web and Multiplatform Mobile App Development Specialization Here are the in-class projects for Full Stack Web and Multiplatform Mobile App Development Specialization on Coursera. Introducti
Nativescript Angular Web Starter A simple starter project to create native mobile and web apps with single shared code base using angular and nativescript. Check this Open Souce Cross Platform Quotes
Spring boot app with Angular 5 client embedded Please donate whether you wish support us to give more time to app's growth, or buy the restaurant web app The frontend-app is extended from the in
Azure Static Web Apps CLI (preview) The Static Web Apps CLI, also known as SWA CLI, serves as a local development tool for Azure Static Web Apps. It can: Serve static app assets, or proxy to your app
Sample Amazon Lex Web Interface sample Amazon Lex Web Interface Overview This is a sample Amazon Lexweb interface. It provides a chatbot UI component that can be integratedin your website. The interfa
vue-web-component-wrapper 是一个使用 Vue 来开发 Web Components 的 JavaScript 库,支持大部分常用的 Vue API。 import Vue from 'vue'import wrap from '@vue/web-component-wrapper'const Component = { // any component options}