Forum in READ ONLY mode! All questions and discussions on Discord official server, invite link: https://discord.gg/VxsGzJ7

stealth & single page application

Post Reply
drabadan
Expert
Expert
Posts: 730
Joined: 13.12.2012 17:35
Contact:

stealth & single page application

Post by drabadan »

Могут просвещенные рассказать оно вообще может быть реально, то-есть написать и запустить такое было бы возможно?
User avatar
Vizit0r
Developer
Developer
Posts: 3958
Joined: 24.03.2005 17:05
Contact:

Re: stealth & single page application

Post by Vizit0r »

угу. даешь стелс на html + css + java.
"Пишите код так, как будто сопровождать его будет склонный к насилию психопат, который знает, где вы живете". (с) Макконнелл, "Совершенный код".
drabadan
Expert
Expert
Posts: 730
Joined: 13.12.2012 17:35
Contact:

Re: stealth & single page application

Post by drabadan »

Vizit0r wrote:угу. даешь стелс на html + css + java.
Сервер сайд на дотнете, гуи на ангуларджиес и норм чо. На дотнете реально же поидее?
drabadan
Expert
Expert
Posts: 730
Joined: 13.12.2012 17:35
Contact:

Re: stealth & single page application

Post by drabadan »

Тaксидермист wrote:https://github.com/kevinhikaruevans/uojs
Спасибо!
А опыт использования есть?
Тaксидермист
Neophyte
Neophyte
Posts: 21
Joined: 27.02.2015 3:50

Re: stealth & single page application

Post by Тaксидермист »

drabadan wrote:
Тaксидермист wrote:https://github.com/kevinhikaruevans/uojs
Спасибо!
А опыт использования есть?
Я запустил, поигрался и забыл. Просто я через это вышел на UltimaSDK (весьма окольный путь ;), где валялись исходники работы с mulами. Переписал под себя фрагмент, чтобы выдергивать напрямую картинки на страничку. Поигрался с кэшированием и наложением hueсов и тоже забросил, так дальнейшего развития сайта пока не предвидится.

https://github.com/necr0potenc3?tab=repositories - тут много полезного есть. Если интересно копать вглубь.

UPD: https://github.com/msturgill/uoweb это вообще не щупал.
sibble
Neophyte
Neophyte
Posts: 48
Joined: 21.03.2015 18:12

Re: stealth & single page application

Post by sibble »

I could help do this for Stealth
drabadan
Expert
Expert
Posts: 730
Joined: 13.12.2012 17:35
Contact:

Re: stealth & single page application

Post by drabadan »

sibble wrote:I could help do this for Stealth
It would be very nice, thx.
Тaксидермист
Neophyte
Neophyte
Posts: 21
Joined: 27.02.2015 3:50

Re: stealth & single page application

Post by Тaксидермист »

I'm so sorry, do what? Remote access for stealth or real script interpreter on client side?
drabadan
Expert
Expert
Posts: 730
Joined: 13.12.2012 17:35
Contact:

Re: stealth & single page application

Post by drabadan »

Тaксидермист wrote:I'm so sorry, do what? Remote access for stealth or real script interpreter on client side?
stealth like application on server side, with web-Api GUI. That's what i want to see in the end, as far as i understand this is very real using dotNet for server side and any ajax based framework on client side.
sibble
Neophyte
Neophyte
Posts: 48
Joined: 21.03.2015 18:12

Re: stealth & single page application

Post by sibble »

Can't do this with PHP unfortunately...
The DOTNET class allows you to instantiate a class from a .Net assembly and call its methods and access its properties.
PHP searches only GAC for .NET 2.0 runtime, so your DLL has to be targeted 2.0 - 3.5 framework. Also it recognize only classes, not stucts, so you can't instantiate DateTime for example.
Source: http://php.net/manual/en/class.dotnet.php

Basically I can't use ScriptDotNet2.dll with PHP, as PHP does not support .NET framework above version 3.5.

FYI: I started learning mucking with ASP back in like high school (15 years ago) when generating dynamic web pages was becoming more and more popular. Instead, I went with PHP and I'll never switch back. In other words, I refuse to do this in ASP.NET =( sorry! I'm sure someone else out there can help.
Post Reply