{"id":19642702,"url":"https://github.com/k8w/fullts","last_synced_at":"2025-10-26T08:33:05.661Z","repository":{"id":57242862,"uuid":"109084953","full_name":"k8w/fullts","owner":"k8w","description":"Full-stack framework in TypeScript, based on TSRPC and React.","archived":false,"fork":false,"pushed_at":"2018-09-03T05:49:42.000Z","size":102,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-17T19:45:54.424Z","etag":null,"topics":["full-stack","fullstack","fullts","k8w","react","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/k8w.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-11-01T03:59:02.000Z","updated_at":"2023-01-29T09:59:06.000Z","dependencies_parsed_at":"2022-09-15T01:42:38.896Z","dependency_job_id":null,"html_url":"https://github.com/k8w/fullts","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/k8w/fullts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k8w%2Ffullts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k8w%2Ffullts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k8w%2Ffullts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k8w%2Ffullts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/k8w","download_url":"https://codeload.github.com/k8w/fullts/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k8w%2Ffullts/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259942758,"owners_count":22935325,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["full-stack","fullstack","fullts","k8w","react","typescript"],"created_at":"2024-11-11T14:14:42.081Z","updated_at":"2025-10-26T08:33:05.581Z","avatar_url":"https://github.com/k8w.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"FullTS\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;[![557045673](http://pub.idqqimg.com/wpa/images/group.png)](http://shang.qq.com/wpa/qunwpa?idkey=77c812b8bbe1f5b037b1c98409aee92f893881fc38afb001d401b399673e2eae)\n===\n\n**EN** / [中文](https://github.com/k8w/fullts/blob/master/README_cn.md)\n\nFull-stack framework in TypeScript, based on [TSRPC](https://github.com/k8w/tsrpc) and React.\n\n**Still under developing, feel free to log a issue.**\n\n## Features\n### Quick development\nExtremly efficient in development, everything in TypeScript.\nShare code between frontend and backend, remote function call just like local\n\n### High performance\nDelay load, pack and chunk, tested online over 2 years\n\n### Easy to learn\nGet best practise of project instantly, without learning many tools (etc. webpack, react-router...)\n\n## Usage\n\n```ts\nimport * as React from 'react';\nimport {FulltsApp} from 'fullts';\n\nnew FulltsApp({\n    serverUrl: '',\n    routes: [\n        { path: '/', component: () =\u003e import('./views/HomeView') },\n        { path: '/posts', component: () =\u003e import('./views/ArticleListView') },\n        { path: '/post/:id', component: () =\u003e import('./views/SingleArticleView') },\n        { path: '*', component: () =\u003e import('./views/Page404') }   //404 Page\n    ]\n}).renderTo(document.getElementById('app-root')!)\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fk8w%2Ffullts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fk8w%2Ffullts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fk8w%2Ffullts/lists"}