GithubHelp home page GithubHelp logo

aaronwlee / attain Goto Github PK

View Code? Open in Web Editor NEW
79.0 4.0 3.0 3.96 MB

Deno API middleware Server

Home Page: https://aaronwlee.github.io/Attain/

License: MIT License

TypeScript 98.47% HTML 0.16% Batchfile 0.56% Shell 0.81%
deno framework front-end back-end server server-side-rendering

attain's People

Contributors

aaronwlee avatar itays123 avatar tonypark0403 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

attain's Issues

res.pend

what is res.pend, how its work

How to handle global deno error?

How to keep app running then connection to db was lost? For now deno process is just die.

//connect ot DB
var db=await connect(...)

const app = new App()
app.use((req,res)=>{...})

v0.8 not working

error: Uncaught BadResource: Bad resource ID 
    at unwrapResponse ($deno$/ops/dispatch_minimal.ts:63:11)
    at Object.sendAsyncMinimal ($deno$/ops/dispatch_minimal.ts:106:10)
    at async Object.read ($deno$/ops/io.ts:39:17)
    at async Object.copy ($deno$/io.ts:64:20)
    at async writeResponse (https://deno.land/std/http/_io.ts:264:15)
    at async ServerRequest.respond (https://deno.land/std/http/server.ts:88:7)
    at async Process.finalize (https://deno.land/x/attain/process.ts:92:7)
    at async App.handleRequest (https://deno.land/x/attain/application.ts:18:5)

Suggestion: A database support

I was thinking, what if we could do something like this:
class MyDatabase implements AttainDatabase { /* methods for communicating with the database, such as: */ async findAllUsers(){ return await database.query('SELECT * FROM users'); } }

the AttainDatabase interface will contain a connect method.

and then, provide a method with a generic class that implemets AttainDatabase:
app.database<MyDatabase>()

and provide a database instance in the handler functions!
that way, you will be able to change your database with just one line of code!

consider refering to my repo where I did something similar

thoughts?

Absence of error handling route

In an Express Node.js application I would specify an error handling route like this:

app.use(function(err, req, res, next) {
        //error handling stuff here
});

and I would expect this to run as the next handler whenever I throw an Error in one of my routes. However, this feature doesn't seem to be present in Attain. I get the following error upon compilation:

No overload matches this call.
  The last overload gave the following error.
    Argument of type '(err: any, req: any, res: any, next: any) => void' is not assignable to parameter of type 'string'.ts(2769)

I can work around this problem by adding some try-catch statements around my code but let me know if there's a better solution I have not thought of. Thanks!

Query params returns non-empty object on URL without query params

Hi, It's cool framework!

I recently create a web boilerplate with Attain, I find something weird behavior on req.query.
In ExpressJS when I have URL without query params, it returns empty object {} on console.log(req.query).
I try using Attain and it returns { : "" } on console.log(req.query). I am afraid if someone might need to check whether the url has query params using Object.keys(req.query).length it will return an error.
I don't know the best way to check query params exist or not besides using Object.keys(req.query).length or is there any plan to make kind of query params checker?

Query parameters cannot be parsed out of the box

In express for example, a route like /hello?name=JohnSmith, can be parsed using req.query to get an object {name: "JohnSmith"}.

I can't find anything similar in Attain. I am aware of the parser plugin, but it only parses the body.

error: TS2502 [ERROR]:

error: TS2502 [ERROR]: 'thisArg' is referenced directly or indirectly in its own type annotation.
bind(this: T, thisArg: ThisParameterType): OmitThisParameter;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
at asset:///lib.es5.d.ts:350:22

TS2577 [ERROR]: Return type annotation circularly references itself.
bind(this: T, thisArg: ThisParameterType): OmitThisParameter;
~~~~~~~~~~~~~~~~~~~~
at asset:///lib.es5.d.ts:350:54

TS2339 [ERROR]: Property 'transpileOnly' does not exist on type 'typeof Deno'.
const result = await Deno.transpileOnly({
~~~~~~~~~~~~~
at https://deno.land/x/[email protected]/viewEngine/ReactCompiler.ts:118:33

Found 3 errors.

error: Import 'https://cdn.pika.dev/-/[email protected]/dist=es2019,mode=types/index.d.ts' failed: 500 Internal Server Error

I tried to build Attain, but it doesn't work. Apparently, it is referring to a repository that does not exist.

Download https://deno.land/[email protected]/path/_constants.ts
Download https://deno.land/[email protected]/path/_util.ts
Download https://deno.land/[email protected]/path/_constants.ts
Download https://deno.land/[email protected]/path/_util.ts
Download https://deno.land/[email protected]/path/_constants.ts
Download https://deno.land/[email protected]/path/_util.ts
Download https://deno.land/[email protected]/path/_constants.ts
Download https://deno.land/[email protected]/path/_util.ts
Download https://deno.land/[email protected]/testing/diff.ts
Download https://deno.land/[email protected]/testing/diff.ts
Download https://deno.land/[email protected]/testing/diff.ts
Download https://deno.land/[email protected]/testing/diff.ts
Download https://cdn.pika.dev/-/[email protected]/dist=es2019,mode=types/index.d.ts
Download https://cdn.pika.dev/-/[email protected]/dist=es2019,mode=types/index.d.ts
Download https://cdn.pika.dev/-/[email protected]/dist=es2019,mode=types/index.d.ts
Download https://cdn.pika.dev/-/[email protected]/dist=es2019,mode=types/index.d.ts
Download https://cdn.pika.dev/http/dist=es2019,mode=types/index.d.ts
Download https://cdn.pika.dev/http/dist=es2019,mode=types/index.d.ts
Download https://cdn.pika.dev/http/dist=es2019,mode=types/index.d.ts
Download https://cdn.pika.dev/http/dist=es2019,mode=types/index.d.ts
Download https://cdn.pika.dev/http/dist=es2019,mode=types/index.d.ts
Download https://cdn.pika.dev/http/dist=es2019,mode=types/index.d.ts
Download https://cdn.pika.dev/-/[email protected]/dist=es2019,mode=types/index.d.ts
Download https://cdn.pika.dev/-/[email protected]/dist=es2019,mode=types/index.d.ts
Download https://cdn.pika.dev/-/[email protected]/dist=es2019,mode=types/index.d.ts
Download https://cdn.pika.dev/-/[email protected]/dist=es2019,mode=types/index.d.ts
Download https://cdn.pika.dev/-/[email protected]/dist=es2019,mode=types/index.d.ts
Download https://cdn.pika.dev/-/[email protected]/dist=es2019,mode=types/index.d.ts
Download https://cdn.pika.dev/-/[email protected]/dist=es2019,mode=types/index.d.ts
Download https://cdn.pika.dev/-/[email protected]/dist=es2019,mode=types/index.d.ts
Download https://cdn.pika.dev/-/[email protected]/dist=es2019,mode=types/index.d.ts
Download https://cdn.pika.dev/-/[email protected]/dist=es2019,mode=types/index.d.ts
Download https://cdn.pika.dev/-/[email protected]/dist=es2019,mode=types/index.d.ts
Download https://cdn.pika.dev/-/[email protected]/dist=es2019,mode=types/index.d.ts
error: Import 'https://cdn.pika.dev/-/[email protected]/dist=es2019,mode=types/index.d.ts' failed: 500 Internal Server Error

deno-ts(2345)

My code:

import { App, Router } from "https://deno.land/x/[email protected]/mod.ts";


const app = new App();


app.get("/:id", (req, res) => {
    console.log(req.params);
    res.status(200).send(`id: ${req.params.id}`);
});


app.listen({ port: 1001 }); // !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Error: Argument of type '{ port: number; }' is not assignable to parameter of type 'number'.deno-ts(2345)

is there any way to hide the logs?

Hey, love this framework
& is there any way to turn off the logs because these things are awesome during the development but unnecessary during production.

{ method: "GET", url: "/block", callBack: [AsyncFunction] }
{ method: "GET", url: "/nonblock", callBack: [Function] }
{ method: "GET", url: "/nonblock", callBack: [Function] }
{ method: "ALL", callBack: [AsyncFunction: parser] }
{
 method: "ALL",
 url: "/api(.*)",
 next: [ { method: "GET", url: "/api/nonblock", callBack: [Function], next: undefined } ]
}
{
 method: "ALL",
 url: "/api/article(.*)",
 next: [
  {
    method: "GET",
    url: "/api/article/block",
    callBack: [AsyncFunction],
    next: undefined
   },
  {
    method: "GET",
    url: "/api/article/nonblock",
    callBack: [Function],
    next: undefined
   }
]
}
{ method: "ALL", callBack: [Function] }

I thing this will be the next express framework keep it up before you know it this will be the default framework for Deno

Upgrade Attain to support Deno 1.4.0 and std 0.69.0

Issue description: ako-deno/negotiator#1

I beleaveThis also requires a number of attain's dependency updates

error: TS1205 [ERROR]: Re-exporting a type when the '--isolatedModules' flag is provided requires using 'export type'.
  Response
  ~~~~~~~~
    at https://deno.land/x/[email protected]/deps.ts:6:3

TS1205 [ERROR]: Re-exporting a type when the '--isolatedModules' flag is provided requires using 'export type'.
  Deferred
  ~~~~~~~~
    at https://deno.land/x/[email protected]/deps.ts:19:3

TS1371 [ERROR]: This import is never used as a value and must use 'import type' because the 'importsNotUsedAsValues' is set to 'error'.
import { ErrorStatus } from "./types.ts";
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    at https://deno.land/x/[email protected]/core/httpError.ts:30:1

TS1371 [ERROR]: This import is never used as a value and must use 'import type' because the 'importsNotUsedAsValues' is set to 'error'.
import {
^
    at https://deno.land/x/[email protected]/core/response.ts:1:1

TS1371 [ERROR]: This import is never used as a value and must use 'import type' because the 'importsNotUsedAsValues' is set to 'error'.
import { AttainResponse, CallBackType } from "./types.ts";
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    at https://deno.land/x/[email protected]/core/response.ts:8:1

TS1371 [ERROR]: This import is never used as a value and must use 'import type' because the 'importsNotUsedAsValues' is set to 'error'.
import { Request } from "./request.ts";
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    at https://deno.land/x/[email protected]/core/utils.ts:1:1

TS1371 [ERROR]: This import is never used as a value and must use 'import type' because the 'importsNotUsedAsValues' is set to 'error'.
import { Response } from "./response.ts";
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    at https://deno.land/x/[email protected]/core/utils.ts:2:1

TS1371 [ERROR]: This import is never used as a value and must use 'import type' because the 'importsNotUsedAsValues' is set to 'error'.
import { BufReader } from "./buf_reader.ts";
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    at https://deno.land/x/[email protected]/core/headers.ts:3:1

TS1371 [ERROR]: This import is never used as a value and must use 'import type' because the 'importsNotUsedAsValues' is set to 'error'.
import { ServerRequest } from "../deps.ts";
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    at https://deno.land/x/[email protected]/core/request.ts:39:1

TS1371 [ERROR]: This import is never used as a value and must use 'import type' because the 'importsNotUsedAsValues' is set to 'error'.
import { SupportMethodType } from "./types.ts";
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    at https://deno.land/x/[email protected]/core/request.ts:40:1

TS1371 [ERROR]: This import is never used as a value and must use 'import type' because the 'importsNotUsedAsValues' is set to 'error'.
import { Response as DenoResponse, Status } from "../deps.ts";
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    at https://deno.land/x/[email protected]/core/types.ts:1:1

TS1371 [ERROR]: This import is never used as a value and must use 'import type' because the 'importsNotUsedAsValues' is set to 'error'.
import { Request } from "./request.ts";
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    at https://deno.land/x/[email protected]/core/types.ts:2:1

TS1371 [ERROR]: This import is never used as a value and must use 'import type' because the 'importsNotUsedAsValues' is set to 'error'.
import { Response } from "./response.ts";
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    at https://deno.land/x/[email protected]/core/types.ts:3:1

TS1371 [ERROR]: This import is never used as a value and must use 'import type' because the 'importsNotUsedAsValues' is set to 'error'.
import {
^
    at https://deno.land/x/[email protected]/core/router.ts:1:1

TS1371 [ERROR]: This import is never used as a value and must use 'import type' because the 'importsNotUsedAsValues' is set to 'error'.
import { ErrorCallBackType } from "../mod.ts";
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    at https://deno.land/x/[email protected]/defaultHandler/defaultError.ts:1:1

TS1371 [ERROR]: This import is never used as a value and must use 'import type' because the 'importsNotUsedAsValues' is set to 'error'.
import { CallBackType } from "../mod.ts";
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    at https://deno.land/x/[email protected]/defaultHandler/defaultPageNotFound.ts:1:1

TS1371 [ERROR]: This import is never used as a value and must use 'import type' because the 'importsNotUsedAsValues' is set to 'error'.
import { ServerRequest } from "../deps.ts";
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    at https://deno.land/x/[email protected]/core/process.ts:1:1

TS1371 [ERROR]: This import is never used as a value and must use 'import type' because the 'importsNotUsedAsValues' is set to 'error'.
import {
^
    at https://deno.land/x/[email protected]/core/process.ts:5:1

TS1371 [ERROR]: This import is never used as a value and must use 'import type' because the 'importsNotUsedAsValues' is set to 'error'.
import { MiddlewareProps, ErrorMiddlewareProps } from "./types.ts";
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    at https://deno.land/x/[email protected]/core/debug.ts:1:1

TS1371 [ERROR]: This import is never used as a value and must use 'import type' because the 'importsNotUsedAsValues' is set to 'error'.
import { ListenProps, ThenArg } from "./types.ts";
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    at https://deno.land/x/[email protected]/core/application.ts:11:1

TS1371 [ERROR]: This import is never used as a value and must use 'import type' because the 'importsNotUsedAsValues' is set to 'error'.
import { AttainDatabase, NoParamConstructor } from "./database.ts";
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    at https://deno.land/x/[email protected]/core/application.ts:16:1

TS1371 [ERROR]: This import is never used as a value and must use 'import type' because the 'importsNotUsedAsValues' is set to 'error'.
import { Request, Response } from "../mod.ts";
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    at https://deno.land/x/[email protected]/plugins/parser.ts:1:1

TS1371 [ERROR]: This import is never used as a value and must use 'import type' because the 'importsNotUsedAsValues' is set to 'error'.
import { Request, Response } from "../mod.ts";
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    at https://deno.land/x/[email protected]/plugins/logger.ts:1:1

TS1371 [ERROR]: This import is never used as a value and must use 'import type' because the 'importsNotUsedAsValues' is set to 'error'.
import { Request, Response } from "../mod.ts";
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    at https://deno.land/x/[email protected]/plugins/staticServe.ts:1:1

TS1371 [ERROR]: This import is never used as a value and must use 'import type' because the 'importsNotUsedAsValues' is set to 'error'.
import { Request, Response } from "../mod.ts";
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    at https://deno.land/x/[email protected]/helmat/x-xxs-protection.ts:1:1

TS1371 [ERROR]: This import is never used as a value and must use 'import type' because the 'importsNotUsedAsValues' is set to 'error'.
import { Request, Response } from "../mod.ts";
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    at https://deno.land/x/[email protected]/helmat/hide-powered-by.ts:1:1

TS1371 [ERROR]: This import is never used as a value and must use 'import type' because the 'importsNotUsedAsValues' is set to 'error'.
import { Request, Response } from "../mod.ts";
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    at https://deno.land/x/[email protected]/helmat/dns-prefetch-control.ts:1:1

TS1371 [ERROR]: This import is never used as a value and must use 'import type' because the 'importsNotUsedAsValues' is set to 'error'.
import { Request, Response } from "../mod.ts";
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    at https://deno.land/x/[email protected]/helmat/dont-sniff-mimetype.ts:1:1

TS1371 [ERROR]: This import is never used as a value and must use 'import type' because the 'importsNotUsedAsValues' is set to 'error'.
import { Request, Response } from "../mod.ts";
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    at https://deno.land/x/[email protected]/helmat/frame-guard.ts:1:1

TS1371 [ERROR]: This import is never used as a value and must use 'import type' because the 'importsNotUsedAsValues' is set to 'error'.
import { Request, Response } from "../mod.ts";
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    at https://deno.land/x/[email protected]/plugins/security.ts:1:1

Found 30 errors.

TS2345 error while trying to run the cli

Hello there!
I was trying to run your CLI with the command you put in your repo:
$ deno install -A -f --unstable -n attain https://deno.land/x/[email protected]/attain-cli.ts

when I did, deno cached all of the dependencies and then outputted this error:
error: TS2345 [ERROR]: Argument of type '{ depth: number; sorted: boolean; trailingComma: boolean; compact: boolean; iterableLimit: number; }' is not assignable to parameter of type 'InspectOptions'. Object literal may only specify known properties, and 'sorted' does not exist in type 'InspectOptions'. sorted: true, ~~~~~~~~~~~~ at https://deno.land/[email protected]/testing/asserts.ts:26:9

are you familiar with this problem? I also tried to run v1.0.0 but it outputted the same problem again.

[bug] The rest of the route didnt work when the top route has middleware

I found another bug here. When I put a middleware within the first route, second route, third route, and so on didnt work, it always return to the first route.

When I access / endpoint, it return Hello Welcome to Deno.
When I access other endpoint /users and /query it also return Hello Welcome to Deno.

When I move the exampleMiddleware to second route, the /users endpoint works, the third route /query will return the same value as second route /users.

Suppose I have this code on my router

route.get('/', exampleMiddleware, (req: Request, res: Response) => {
    res.send({
        status: 200,
        text: 'Hello Welcome to Deno'
    })
});

route.get('/users', async (req: Request, res: Response) => {
    let getUsers = await users.getUsers();
    return res.send({
        status: 200,
        data: getUsers
    });
});

route.get('/query', (req: Request, res: Response) => {
    res.send({
        status: 200,
        text: 'Middleware query params passed'
    })
});

And here is my exampleMiddleware code

 function exampleMiddleware (req: Request, res: Response):any {
    if (!req.query) {
        return res.status(200).send({
            status: 500,
            response: 'Cant pass without query params'
        })
    }
 }

What returns on debug mode

{ method: "GET", url: "/", callBack: [Function: exampleMiddleware] }
{ method: "GET", callBack: [Function] }
{ method: "GET", url: "/users", callBack: [AsyncFunction] }
{ method: "GET", url: "/query", callBack: [Function] }
{ method: "ALL", callBack: [Function: logger] }
{ method: "ALL", callBack: [AsyncFunction: parser] }
{ method: "ALL", callBack: [AsyncFunction] }
{
 method: "ALL",
 url: "/api(.*)",
 next: [
  {
    method: "GET",
    url: "/api",
    callBack: [Function: exampleMiddleware],
    next: undefined
   },
  { method: "GET", callBack: [Function] },
  { method: "GET", url: "/api/users", callBack: [AsyncFunction], next: undefined },
  { method: "GET", url: "/api/query", callBack: [Function], next: undefined }
]
}
{ method: "ALL", url: "/", callBack: [Function] }
http://localhost:3500

CORS middleware

I think we need CORS middleware to allow access from other server/client.

routing url pattern not working

Looks line this not working then I request from browser: /js/index.js but if i just simple request /js then working first middleware.

app.use("/js",(req,res)=>{...});

or

app.use("/js*",(req,res)=>{...});

TS2345 [ERROR]: Argument of type 'string | URL' is not assignable to parameter of type 'string'.

Hello
I try to do a simple exercise with deno and Attain and I've had this error

`error: TS2345 [ERROR]: Argument of type 'string | URL' is not assignable to parameter of type 'string'.
Type 'URL' is not assignable to type 'string'.
return new URL(url).pathname
~~~
at https://deno.land/[email protected]/path/win32.ts:911:18

TS2345 [ERROR]: Argument of type 'string | URL' is not assignable to parameter of type 'string'.
Type 'URL' is not assignable to type 'string'.
return new URL(url).pathname;
~~~
at https://deno.land/[email protected]/path/posix.ts:433:18

Found 2 errors.`

Mi code is this:

`import { App } from 'https://deno.land/x/attain/mod.ts';

const app = new App();

app.listen( {
port: 3000
})

console.log('server running localhost:3000')`

I don't understand what happens, Is possible a global error?

Thanks!

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.